Machine Test Program - 4
WAP to create an array of 10 numbers by user input. now search a number in array
View Program & OutputMachine Test Program - 6
WAP to find volume of cuboid using user defined method
View Program & OutputMachine Test Program - 7
WAP with a `Rectangle` class. Include constructor and an `area()` method that returns the area of the rectangle. Create an instance of the class, take user input for length and breadth, and calculate the area using the method
View Program & OutputMachine Test Program - 8
WAP to handle `InputMismatchException` and `ArithmeticException` during the division of two numbers using exception handling
View Program & OutputMachine Test Program - 9
WAP to take a sentence as input. Now count number of words in sentence
View Program & Output